Merge Join
Short Description
The Merge Join node merges two pre-sorted inputs
Detailed Description​
The Merge Join node merges two pre-sorted inputs. Each input needs to be sorted on the join key.
Additional Links​
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.